翻訳と辞書
Words near each other
・ Nettie McKenzie Clapp
・ Nettie Nielsen
・ Nettie Palmer
・ Nettie Rosenstein
・ Nettie Stevens
・ Netscape Browser
・ Netscape Communications Corp. v. Konrad
・ Netscape Communicator
・ Netscape Composer
・ Netscape Enterprise Server
・ Netscape Mail & Newsgroups
・ Netscape Messenger 9
・ Netscape Navigator
・ Netscape Navigator 2
・ Netscape Navigator 9
Netscape Portable Runtime
・ Netscape Public License
・ Netscape Server Application Programming Interface
・ Netsch
・ NetScout Systems
・ NetScreen Technologies
・ Netsentron
・ Netsepoye
・ Netsh
・ NetShade
・ Netshell
・ Netshoes
・ NetShow
・ Netsilik (electoral district)
・ Netsilik dialect


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Netscape Portable Runtime : ウィキペディア英語版
Netscape Portable Runtime

In computing, the Netscape Portable Runtime, or NSPR, a platform abstraction library, makes all operating systems it supports appear the same to (for example) Mozilla-style web-browsers. NSPR provides platform independence for non-GUI operating system facilities. These facilities include:
* threads
* thread synchronization
* normal file and network I/O
* interval timing and calendar time
* basic memory management (malloc and free)
* shared library linking.
Much of the library, and perhaps the overall thrust of it in the Gromit environment, provides the underpinnings of the Java virtual machine, more or less mapping the sys layer that Sun defines for the porting of the Java VM to various platforms. NSPR does go beyond that requirement in some areas, as it also functions as the platform-independent layer for most of the servers produced by Netscape.
Some manufacturers expect and prefer that programmers restructure and perhaps even rewrite existing code in order to use the NSPR API. NSPR does not have as a goal the provision of a platform for the porting into Netscape of externally developed code.

== History ==
The first generation of NSPR originally aimed just to satisfy the requirements of porting Java to various host environments. NSPR20, an effort started in 1996, built on that original idea, though very little remains of the original code. (The "20" in "NSPR20" does not mean "version 2.0" but rather "second generation".) Many of the concepts show reform, expansion, and maturation. NSPR may still function appropriately as the platform-dependent layer under Java, but it primarily serves in supporting clients written entirely in C or in C++.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Netscape Portable Runtime」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.